DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1ScopedDataCollection<T> Class
Members

In This Topic
    C1ScopedDataCollection<T> Class
    In This Topic
    Wrap collection that is constrained to get and modify a specific property of the data items without affecting the rest of the properties.
    Object Model
    C1ScopedDataCollection<T> Class
    Syntax
    Type Parameters
    T
    Remarks
    This collection can perform group, filter and sort over the specified property path, without affecting the operations applied to the underlying collection that are not related to the scoped property.
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionBase<T>
          C1.DataCollection.C1WrapDataCollection<S,T>
             C1.DataCollection.C1WrapDataCollection<T>
                C1.DataCollection.C1ScopedDataCollection<T>

    See Also